home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / chap10 / howto04 / cciccfrm.dfm / cciccfrm.txt
Encoding:
Text File  |  1996-06-12  |  22.6 KB  |  827 lines

  1. object CCINetCCForm: TCCINetCCForm
  2.   Left = 338
  3.   Top = 121
  4.   Width = 614
  5.   Height = 443
  6.   Caption = 'CC Internet Command Center'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 356
  22.     Width = 606
  23.     Height = 41
  24.     Align = alBottom
  25.     Alignment = taLeftJustify
  26.     BevelInner = bvLowered
  27.     BevelWidth = 3
  28.     Caption = '  Status: Off Line'
  29.     TabOrder = 0
  30.     object Panel2: TPanel
  31.       Left = 294
  32.       Top = 6
  33.       Width = 306
  34.       Height = 29
  35.       Align = alRight
  36.       BevelOuter = bvLowered
  37.       BevelWidth = 3
  38.       TabOrder = 0
  39.       object Gauge1: TGauge
  40.         Left = 3
  41.         Top = 3
  42.         Width = 300
  43.         Height = 23
  44.         Align = alClient
  45.         Progress = 0
  46.       end
  47.     end
  48.   end
  49.   object Panel3: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 606
  53.     Height = 41
  54.     Align = alTop
  55.     BevelWidth = 3
  56.     TabOrder = 1
  57.     object Label1: TLabel
  58.       Left = 8
  59.       Top = 12
  60.       Width = 73
  61.       Height = 16
  62.       Alignment = taRightJustify
  63.       AutoSize = False
  64.       Caption = 'Subject:'
  65.     end
  66.     object ComboBox1: TComboBox
  67.       Left = 88
  68.       Top = 8
  69.       Width = 417
  70.       Height = 24
  71.       ItemHeight = 16
  72.       TabOrder = 0
  73.     end
  74.     object Button1: TButton
  75.       Left = 512
  76.       Top = 8
  77.       Width = 89
  78.       Height = 25
  79.       Caption = 'Action'
  80.       TabOrder = 1
  81.       OnClick = Button1Click
  82.     end
  83.   end
  84.   object Panel4: TPanel
  85.     Left = 0
  86.     Top = 41
  87.     Width = 185
  88.     Height = 315
  89.     Align = alLeft
  90.     BevelInner = bvLowered
  91.     BevelWidth = 3
  92.     BorderWidth = 5
  93.     TabOrder = 2
  94.     object Label4: TLabel
  95.       Left = 11
  96.       Top = 11
  97.       Width = 163
  98.       Height = 16
  99.       Align = alTop
  100.       Alignment = taCenter
  101.       AutoSize = False
  102.       Caption = 'Mailboxes'
  103.     end
  104.     object Label5: TLabel
  105.       Left = 11
  106.       Top = 145
  107.       Width = 163
  108.       Height = 16
  109.       Align = alTop
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       Caption = 'Current Messages'
  113.     end
  114.     object Panel6: TPanel
  115.       Left = 11
  116.       Top = 27
  117.       Width = 163
  118.       Height = 118
  119.       Align = alTop
  120.       BevelOuter = bvLowered
  121.       BevelWidth = 3
  122.       TabOrder = 0
  123.       object ListBox1: TListBox
  124.         Left = 3
  125.         Top = 3
  126.         Width = 157
  127.         Height = 112
  128.         Align = alClient
  129.         ItemHeight = 16
  130.         MultiSelect = True
  131.         TabOrder = 0
  132.         OnClick = ListBox1Click
  133.         OnDblClick = ListBox1DblClick
  134.       end
  135.     end
  136.     object Panel7: TPanel
  137.       Left = 11
  138.       Top = 161
  139.       Width = 163
  140.       Height = 40
  141.       Align = alTop
  142.       BevelWidth = 3
  143.       TabOrder = 1
  144.       object SpeedButton1: TSpeedButton
  145.         Left = 8
  146.         Top = 8
  147.         Width = 25
  148.         Height = 25
  149.         Hint = 'Previous Item'
  150.         Glyph.Data = {
  151.           78010000424D7801000000000000760000002800000020000000100000000100
  152.           04000000000000000000120B0000120B00000000000000000000000000000000
  153.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  154.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF003C3333339333
  155.           337437FFF3337F3333F73CCC33339333344437773F337F33377733CCC3339337
  156.           4447337F73FF7F3F337F33CCCCC3934444433373F7737F773373333CCCCC9444
  157.           44733337F337773337F3333CCCCC9444443333373F337F3337333333CCCC9444
  158.           473333337F337F337F333333CCCC94444333333373F37F33733333333CCC9444
  159.           7333333337F37F37F33333333CCC944433333333373F7F373333333333CC9447
  160.           33333333337F7F7F3333333333CC94433333333333737F7333333333333C9473
  161.           33333333333737F333333333333C943333333333333737333333333333339733
  162.           3333333333337F333333333333339333333333333333733333330000}
  163.         NumGlyphs = 2
  164.         ParentShowHint = False
  165.         ShowHint = True
  166.         OnClick = SpeedButton1Click
  167.       end
  168.       object SpeedButton2: TSpeedButton
  169.         Left = 37
  170.         Top = 8
  171.         Width = 25
  172.         Height = 25
  173.         Hint = 'Next Item'
  174.         Glyph.Data = {
  175.           78010000424D7801000000000000760000002800000020000000100000000100
  176.           04000000000000000000120B0000120B00000000000000000000000000000000
  177.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  178.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333393333
  179.           333333333337F3333333333333397333333333333337FF333333333333C94333
  180.           3333333333737F333333333333C9473333333333337373F3333333333CC94433
  181.           3333333337F7F7F3333333333CC94473333333333737F73F33333333CCC94443
  182.           333333337F37F37F33333333CCC94447333333337337F373F333333CCCC94444
  183.           33333337F337F337F333333CCCC94444733333373337F3373F3333CCCCC94444
  184.           4333337F3337FF337F3333CCCCC94444473333733F7773FF73F33CCCCC393444
  185.           443337F37737F773F7F33CCC33393374447337F73337F33737FFCCC333393333
  186.           444377733337F333777FC33333393333374373333337333333730000}
  187.         NumGlyphs = 2
  188.         ParentShowHint = False
  189.         ShowHint = True
  190.         OnClick = SpeedButton2Click
  191.       end
  192.       object SpeedButton4: TSpeedButton
  193.         Left = 70
  194.         Top = 8
  195.         Width = 25
  196.         Height = 25
  197.         Hint = 'UUDecode Item(s)'
  198.         Glyph.Data = {
  199.           76010000424D7601000000000000760000002800000020000000100000000100
  200.           04000000000000010000130B0000130B00000000000000000000000000000000
  201.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  202.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  203.           33333333333FFFFFFFFF333333000000000033333377777777773333330FFFFF
  204.           FFF03333337F333333373333330FFFFFFFF03333337F3FF3FFF73333330F00F0
  205.           00F03333F37F773777373330330FFFFFFFF03337FF7F3F3FF3F73339030F0800
  206.           F0F033377F7F737737373339900FFFFFFFF03FF7777F3FF3FFF70999990F00F0
  207.           00007777777F7737777709999990FFF0FF0377777777FF37F3730999999908F0
  208.           F033777777777337F73309999990FFF0033377777777FFF77333099999000000
  209.           3333777777777777333333399033333333333337773333333333333903333333
  210.           3333333773333333333333303333333333333337333333333333}
  211.         NumGlyphs = 2
  212.         ParentShowHint = False
  213.         ShowHint = True
  214.       end
  215.       object SpeedButton5: TSpeedButton
  216.         Left = 132
  217.         Top = 8
  218.         Width = 25
  219.         Height = 25
  220.         Hint = 'Move Item(s) to Trash'
  221.         Glyph.Data = {
  222.           78010000424D7801000000000000760000002800000020000000100000000100
  223.           04000000000000000000120B0000120B00000000000000000000000000000000
  224.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  225.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333000000000
  226.           3333333777777777F3333330F777777033333337F3F3F3F7F3333330F0808070
  227.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  228.           33333337F7F7F7F7F3333330F080707033333337F7F7F7F7F3333330F0808070
  229.           333333F7F7F7F7F7F3F33030F080707030333737F7F7F7F7F7333300F0808070
  230.           03333377F7F7F7F773333330F080707033333337F7F7F7F7F333333070707070
  231.           33333337F7F7F7F7FF3333000000000003333377777777777F33330F88877777
  232.           0333337FFFFFFFFF7F3333000000000003333377777777777333333330777033
  233.           3333333337FFF7F33333333330000033333333333777773333330000}
  234.         NumGlyphs = 2
  235.         ParentShowHint = False
  236.         ShowHint = True
  237.         OnClick = SpeedButton5Click
  238.       end
  239.       object SpeedButton3: TSpeedButton
  240.         Left = 102
  241.         Top = 8
  242.         Width = 25
  243.         Height = 25
  244.         Hint = 'MIME Decode Item(s)'
  245.         Glyph.Data = {
  246.           76010000424D7601000000000000760000002800000020000000100000000100
  247.           04000000000000010000130B0000130B00000000000000000000000000000000
  248.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  249.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333303
  250.           333333333333337FF3333333333333903333333333333377FF33333333333399
  251.           03333FFFFFFFFF777FF3000000999999903377777777777777FF0FFFF0999999
  252.           99037F3337777777777F0FFFF099999999907F3FF777777777770F00F0999999
  253.           99037F773777777777730FFFF099999990337F3FF777777777330F00FFFFF099
  254.           03337F773333377773330FFFFFFFF09033337F3FF3FFF77733330F00F0000003
  255.           33337F773777777333330FFFF0FF033333337F3FF7F3733333330F08F0F03333
  256.           33337F7737F7333333330FFFF003333333337FFFF77333333333000000333333
  257.           3333777777333333333333333333333333333333333333333333}
  258.         NumGlyphs = 2
  259.         ParentShowHint = False
  260.         ShowHint = True
  261.       end
  262.     end
  263.     object ListBox2: TListBox
  264.       Left = 11
  265.       Top = 201
  266.       Width = 163
  267.       Height = 103
  268.       Align = alClient
  269.       ItemHeight = 16
  270.       MultiSelect = True
  271.       TabOrder = 2
  272.       OnClick = ListBox2Click
  273.       OnDblClick = ListBox2DblClick
  274.     end
  275.   end
  276.   object Panel5: TPanel
  277.     Left = 185
  278.     Top = 41
  279.     Width = 421
  280.     Height = 315
  281.     Align = alClient
  282.     BevelInner = bvLowered
  283.     BevelWidth = 3
  284.     BorderWidth = 5
  285.     TabOrder = 3
  286.     object Memo1: TMemo
  287.       Left = 11
  288.       Top = 52
  289.       Width = 399
  290.       Height = 252
  291.       Align = alClient
  292.       Lines.Strings = (
  293.         '')
  294.       ScrollBars = ssBoth
  295.       TabOrder = 0
  296.     end
  297.     object Panel8: TPanel
  298.       Left = 11
  299.       Top = 11
  300.       Width = 399
  301.       Height = 41
  302.       Align = alTop
  303.       BevelWidth = 3
  304.       TabOrder = 1
  305.       object Label2: TLabel
  306.         Left = 8
  307.         Top = 13
  308.         Width = 33
  309.         Height = 16
  310.         Alignment = taCenter
  311.         AutoSize = False
  312.         Caption = 'To:'
  313.         Visible = False
  314.       end
  315.       object Label3: TLabel
  316.         Left = 200
  317.         Top = 13
  318.         Width = 33
  319.         Height = 16
  320.         Alignment = taCenter
  321.         AutoSize = False
  322.         Caption = 'CC:'
  323.         Visible = False
  324.       end
  325.       object ComboBox2: TComboBox
  326.         Left = 48
  327.         Top = 8
  328.         Width = 145
  329.         Height = 24
  330.         ItemHeight = 16
  331.         TabOrder = 0
  332.         Visible = False
  333.       end
  334.       object ComboBox3: TComboBox
  335.         Left = 240
  336.         Top = 8
  337.         Width = 145
  338.         Height = 24
  339.         ItemHeight = 16
  340.         TabOrder = 1
  341.         Visible = False
  342.       end
  343.     end
  344.   end
  345.   object MainMenu1: TMainMenu
  346.     Left = 520
  347.     Top = 216
  348.     object Network1: TMenuItem
  349.       Caption = 'Network'
  350.       ShortCut = 0
  351.       object ViewWinsockInfo1: TMenuItem
  352.         Caption = 'View Winsock Info'
  353.         ShortCut = 0
  354.         object Description1: TMenuItem
  355.           Caption = 'Description'
  356.           ShortCut = 0
  357.           OnClick = Description1Click
  358.         end
  359.         object SystemStatus1: TMenuItem
  360.           Caption = 'System Status'
  361.           ShortCut = 0
  362.           OnClick = SystemStatus1Click
  363.         end
  364.         object VendorSpecific1: TMenuItem
  365.           Caption = 'Vendor Specific'
  366.           ShortCut = 0
  367.           OnClick = VendorSpecific1Click
  368.         end
  369.       end
  370.       object N1: TMenuItem
  371.         Caption = '-'
  372.         ShortCut = 0
  373.       end
  374.       object ProgressInfo1: TMenuItem
  375.         Caption = 'Progress Info'
  376.         ShortCut = 0
  377.         object ViewInEditWindow1: TMenuItem
  378.           Caption = 'View In Edit Window'
  379.           ShortCut = 0
  380.           OnClick = ViewInEditWindow1Click
  381.         end
  382.         object ViewInStatusLine1: TMenuItem
  383.           Caption = 'View In Status Line'
  384.           Checked = True
  385.           ShortCut = 0
  386.           OnClick = ViewInStatusLine1Click
  387.         end
  388.         object SaveToFile1: TMenuItem
  389.           Caption = 'Save To File...'
  390.           ShortCut = 0
  391.           OnClick = SaveToFile1Click
  392.         end
  393.       end
  394.       object N2: TMenuItem
  395.         Caption = '-'
  396.         ShortCut = 0
  397.       end
  398.       object Exit1: TMenuItem
  399.         Caption = 'Exit'
  400.         ShortCut = 0
  401.         OnClick = Exit1Click
  402.       end
  403.     end
  404.     object Services1: TMenuItem
  405.       Caption = 'Services'
  406.       ShortCut = 0
  407.       object IPAddress1: TMenuItem
  408.         Caption = 'IP Address'
  409.         ShortCut = 0
  410.         OnClick = IPAddress1Click
  411.       end
  412.       object EMail1: TMenuItem
  413.         Caption = 'E Mail'
  414.         ShortCut = 0
  415.       end
  416.       object FTP1: TMenuItem
  417.         Caption = 'FTP'
  418.         ShortCut = 0
  419.         OnClick = FTP1Click
  420.       end
  421.       object UsenetNws1: TMenuItem
  422.         Caption = 'Usenet News'
  423.         ShortCut = 0
  424.         OnClick = UsenetNws1Click
  425.       end
  426.     end
  427.     object Files1: TMenuItem
  428.       Caption = 'Files'
  429.       ShortCut = 0
  430.       object Load1: TMenuItem
  431.         Caption = 'Load...'
  432.         ShortCut = 0
  433.         OnClick = Load1Click
  434.       end
  435.       object Save1: TMenuItem
  436.         Caption = 'Save...'
  437.         ShortCut = 0
  438.         OnClick = Save1Click
  439.       end
  440.       object Encoding1: TMenuItem
  441.         Caption = 'Encoding'
  442.         ShortCut = 0
  443.         object UUDecode1: TMenuItem
  444.           Caption = 'UUDecode'
  445.           ShortCut = 0
  446.           object File1: TMenuItem
  447.             Caption = 'File...'
  448.             ShortCut = 0
  449.           end
  450.           object SelectedArticle1: TMenuItem
  451.             Caption = 'Selected Article'
  452.             ShortCut = 0
  453.           end
  454.           object SelectMultipleArticles1: TMenuItem
  455.             Caption = 'Select Multiple Articles'
  456.             ShortCut = 0
  457.           end
  458.           object DecodeSelections1: TMenuItem
  459.             Caption = 'Decode Multiple Selections'
  460.             ShortCut = 0
  461.           end
  462.         end
  463.         object MIMEDecode1: TMenuItem
  464.           Caption = 'MIME Decode...'
  465.           ShortCut = 0
  466.         end
  467.         object UUEncode1: TMenuItem
  468.           Caption = 'UUEncode...'
  469.           ShortCut = 0
  470.         end
  471.         object MIMEEncode1: TMenuItem
  472.           Caption = 'MIME Encode'
  473.           ShortCut = 0
  474.           object ToCurrentMessage1: TMenuItem
  475.             Caption = 'To Current Message'
  476.             ShortCut = 0
  477.           end
  478.           object ToNewMessage1: TMenuItem
  479.             Caption = 'To New Message'
  480.             ShortCut = 0
  481.           end
  482.           object ToFile2: TMenuItem
  483.             Caption = 'To File...'
  484.             ShortCut = 0
  485.           end
  486.         end
  487.       end
  488.     end
  489.     object Edit1: TMenuItem
  490.       Caption = 'Edit'
  491.       ShortCut = 0
  492.       object Cut1: TMenuItem
  493.         Caption = 'Cut'
  494.         ShortCut = 0
  495.         OnClick = Cut1Click
  496.       end
  497.       object Copy1: TMenuItem
  498.         Caption = 'Copy'
  499.         ShortCut = 0
  500.         OnClick = Copy1Click
  501.       end
  502.       object CopytoFile1: TMenuItem
  503.         Caption = 'Copy to File...'
  504.         ShortCut = 0
  505.         OnClick = CopytoFile1Click
  506.       end
  507.       object Paste1: TMenuItem
  508.         Caption = 'Paste'
  509.         ShortCut = 0
  510.         OnClick = Paste1Click
  511.       end
  512.       object PastefromFile1: TMenuItem
  513.         Caption = 'Paste from File...'
  514.         ShortCut = 0
  515.         OnClick = PastefromFile1Click
  516.       end
  517.     end
  518.     object EMail2: TMenuItem
  519.       Caption = 'EMail'
  520.       Enabled = False
  521.       ShortCut = 0
  522.       object CheckMail1: TMenuItem
  523.         Caption = 'Check New Mail'
  524.         ShortCut = 0
  525.       end
  526.       object CreateNewMessage1: TMenuItem
  527.         Caption = 'Create New Message'
  528.         ShortCut = 0
  529.       end
  530.       object ReplyToCurrentMessage1: TMenuItem
  531.         Caption = 'Reply To Current Message'
  532.         ShortCut = 0
  533.       end
  534.       object SendCurrentMessage1: TMenuItem
  535.         Caption = 'Send/Queue Current Message'
  536.         ShortCut = 0
  537.       end
  538.       object SendQueue1: TMenuItem
  539.         Caption = 'Send Queue'
  540.         ShortCut = 0
  541.       end
  542.       object MailServers1: TMenuItem
  543.         Caption = 'Mail Servers...'
  544.         ShortCut = 0
  545.       end
  546.       object Mailboxes1: TMenuItem
  547.         Caption = 'Mailboxes...'
  548.         ShortCut = 0
  549.       end
  550.       object Correspondents1: TMenuItem
  551.         Caption = 'Correspondents...'
  552.         ShortCut = 0
  553.       end
  554.       object TrashMarkedMessages1: TMenuItem
  555.         Caption = 'Trash Marked Messages'
  556.         ShortCut = 0
  557.       end
  558.       object EmptyTrash1: TMenuItem
  559.         Caption = 'Empty Trash'
  560.         ShortCut = 0
  561.       end
  562.       object ExitEMailRequired1: TMenuItem
  563.         Caption = 'Exit EMail (Required!)'
  564.         ShortCut = 0
  565.       end
  566.     end
  567.     object FTP2: TMenuItem
  568.       Caption = 'FTP'
  569.       Enabled = False
  570.       ShortCut = 0
  571.       object ConnectToSite1: TMenuItem
  572.         Caption = 'Connect To Site'
  573.         ShortCut = 0
  574.         OnClick = ConnectToSite1Click
  575.       end
  576.       object Disconnect1: TMenuItem
  577.         Caption = 'Disconnect'
  578.         Enabled = False
  579.         ShortCut = 0
  580.         OnClick = Disconnect1Click
  581.       end
  582.       object UploadMarked1: TMenuItem
  583.         Caption = 'Upload Marked'
  584.         Enabled = False
  585.         ShortCut = 0
  586.         object ASCII1: TMenuItem
  587.           Caption = 'ASCII'
  588.           ShortCut = 0
  589.           OnClick = ASCII1Click
  590.         end
  591.         object Binary1: TMenuItem
  592.           Caption = 'Binary'
  593.           ShortCut = 0
  594.           OnClick = Binary1Click
  595.         end
  596.       end
  597.       object DownloadMarked1: TMenuItem
  598.         Caption = 'Download Marked'
  599.         Enabled = False
  600.         ShortCut = 0
  601.         object ASCII2: TMenuItem
  602.           Caption = 'ASCII'
  603.           ShortCut = 0
  604.           object ToFile1: TMenuItem
  605.             Caption = 'To File'
  606.             ShortCut = 0
  607.             OnClick = ToFile1Click
  608.           end
  609.           object ToDisplay1: TMenuItem
  610.             Caption = 'To Display'
  611.             ShortCut = 0
  612.             OnClick = ToDisplay1Click
  613.           end
  614.         end
  615.         object Binary2: TMenuItem
  616.           Caption = 'Binary'
  617.           ShortCut = 0
  618.           OnClick = Binary2Click
  619.         end
  620.       end
  621.       object Directory1: TMenuItem
  622.         Caption = 'Directory'
  623.         Enabled = False
  624.         ShortCut = 0
  625.         object ViewRemoteasText1: TMenuItem
  626.           Caption = 'Remote'
  627.           ShortCut = 0
  628.           object ViewasText1: TMenuItem
  629.             Caption = 'View as Text'
  630.             ShortCut = 0
  631.             OnClick = ViewasText1Click
  632.           end
  633.           object Change1: TMenuItem
  634.             Caption = 'Change...'
  635.             ShortCut = 0
  636.             OnClick = Change1Click
  637.           end
  638.           object Create1: TMenuItem
  639.             Caption = 'Create...'
  640.             ShortCut = 0
  641.             OnClick = Create1Click
  642.           end
  643.           object Delete3: TMenuItem
  644.             Caption = 'Delete...'
  645.             ShortCut = 0
  646.             OnClick = Delete3Click
  647.           end
  648.         end
  649.         object ChangeLocal1: TMenuItem
  650.           Caption = 'Change Local...'
  651.           ShortCut = 0
  652.           OnClick = ChangeLocal1Click
  653.         end
  654.       end
  655.       object DeleteRemoteFiles1: TMenuItem
  656.         Caption = 'Delete Remote Files'
  657.         ShortCut = 0
  658.         OnClick = DeleteRemoteFiles1Click
  659.       end
  660.       object FTPSites1: TMenuItem
  661.         Caption = 'FTP Sites...'
  662.         ShortCut = 0
  663.         OnClick = FTPSites1Click
  664.       end
  665.     end
  666.     object News1: TMenuItem
  667.       Caption = 'News'
  668.       Enabled = False
  669.       ShortCut = 0
  670.       object ConnectandUpdate1: TMenuItem
  671.         Caption = 'Connect and Update'
  672.         ShortCut = 0
  673.         OnClick = ConnectandUpdate1Click
  674.       end
  675.       object Disconnect2: TMenuItem
  676.         Caption = 'Disconnect'
  677.         Enabled = False
  678.         ShortCut = 0
  679.         OnClick = Disconnect2Click
  680.       end
  681.       object Headers1: TMenuItem
  682.         Caption = 'Headers'
  683.         Enabled = False
  684.         ShortCut = 0
  685.         object RetrieveMarked1: TMenuItem
  686.           Caption = 'Retrieve Marked'
  687.           ShortCut = 0
  688.         end
  689.         object RetrieveAll1: TMenuItem
  690.           Caption = 'Retrieve All'
  691.           ShortCut = 0
  692.         end
  693.         object Catchup1: TMenuItem
  694.           Caption = 'Catchup'
  695.           ShortCut = 0
  696.           object Marked1: TMenuItem
  697.             Caption = 'Marked'
  698.             ShortCut = 0
  699.             OnClick = Marked1Click
  700.           end
  701.           object All1: TMenuItem
  702.             Caption = 'All'
  703.             ShortCut = 0
  704.             OnClick = All1Click
  705.           end
  706.         end
  707.       end
  708.       object CheckNewNews1: TMenuItem
  709.         Caption = 'Check New News'
  710.         Enabled = False
  711.         ShortCut = 0
  712.         OnClick = CheckNewNews1Click
  713.       end
  714.       object GetMarked1: TMenuItem
  715.         Caption = 'Retrieve Marked Articles'
  716.         Enabled = False
  717.         ShortCut = 0
  718.       end
  719.       object Article1: TMenuItem
  720.         Caption = 'Article'
  721.         Enabled = False
  722.         ShortCut = 0
  723.         object NewArticle1: TMenuItem
  724.           Caption = 'New Article'
  725.           ShortCut = 0
  726.         end
  727.         object FollowupArticle1: TMenuItem
  728.           Caption = 'Followup Article'
  729.           ShortCut = 0
  730.         end
  731.         object PutinQueue1: TMenuItem
  732.           Caption = 'Put in Queue'
  733.           ShortCut = 0
  734.         end
  735.       end
  736.       object Post1: TMenuItem
  737.         Caption = 'Post'
  738.         Enabled = False
  739.         ShortCut = 0
  740.         object CurrentArticle1: TMenuItem
  741.           Caption = 'Current Article'
  742.           ShortCut = 0
  743.         end
  744.         object EntireQueue1: TMenuItem
  745.           Caption = 'Entire Queue'
  746.           ShortCut = 0
  747.         end
  748.       end
  749.       object NewsServers1: TMenuItem
  750.         Caption = 'News Servers...'
  751.         ShortCut = 0
  752.         OnClick = NewsServers1Click
  753.       end
  754.       object SubscribedNewsgroups1: TMenuItem
  755.         Caption = 'Subscribed Newsgroups...'
  756.         Enabled = False
  757.         ShortCut = 0
  758.         OnClick = SubscribedNewsgroups1Click
  759.       end
  760.       object Trash1: TMenuItem
  761.         Caption = 'Trash'
  762.         Enabled = False
  763.         ShortCut = 0
  764.         object AllReadArticles1: TMenuItem
  765.           Caption = 'All Read/Sent Articles'
  766.           ShortCut = 0
  767.           OnClick = AllReadArticles1Click
  768.         end
  769.         object AllMarkedArticles1: TMenuItem
  770.           Caption = 'All Marked Articles'
  771.           ShortCut = 0
  772.           OnClick = AllMarkedArticles1Click
  773.         end
  774.         object AllAvailableArticles1: TMenuItem
  775.           Caption = 'All Available Articles'
  776.           ShortCut = 0
  777.           OnClick = AllAvailableArticles1Click
  778.         end
  779.       end
  780.       object DownloadActiveNewsgroups1: TMenuItem
  781.         Caption = 'Download Active Newsgroups...'
  782.         Enabled = False
  783.         ShortCut = 0
  784.         OnClick = DownloadActiveNewsgroups1Click
  785.       end
  786.       object AbortNewsgroupDownload1: TMenuItem
  787.         Caption = 'Abort Newsgroup Download'
  788.         ShortCut = 0
  789.         OnClick = AbortNewsgroupDownload1Click
  790.       end
  791.     end
  792.     object Preferences1: TMenuItem
  793.       Caption = 'Options'
  794.       ShortCut = 0
  795.       object EMail3: TMenuItem
  796.         Caption = 'E Mail...'
  797.         ShortCut = 0
  798.       end
  799.       object FTP3: TMenuItem
  800.         Caption = 'FTP...'
  801.         ShortCut = 0
  802.         OnClick = FTP3Click
  803.       end
  804.       object News2: TMenuItem
  805.         Caption = 'News...'
  806.         ShortCut = 0
  807.         OnClick = News2Click
  808.       end
  809.       object Paths1: TMenuItem
  810.         Caption = 'Paths...'
  811.         ShortCut = 0
  812.         OnClick = Paths1Click
  813.       end
  814.     end
  815.   end
  816.   object OpenDialog1: TOpenDialog
  817.     FileEditStyle = fsEdit
  818.     Left = 520
  819.     Top = 248
  820.   end
  821.   object SaveDialog1: TSaveDialog
  822.     FileEditStyle = fsEdit
  823.     Left = 488
  824.     Top = 248
  825.   end
  826. end
  827.